| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.params | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract Mask6cTarget |
ATRfidUhf.getSelectMask6cTarget(int index)
Returns the Flag of the tag to store the comparison result of Selection Mask item of RFID UHF module of Device.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setSelectMask6cTarget(int index,
Mask6cTarget target)
Set the Flag of the tag to save the comparison result of Selection Mask item of the RFID UHF module of the device.
|
| Modifier and Type | Method and Description |
|---|---|
Mask6cTarget |
ATRfidUhfATM.getSelectMask6cTarget(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setSelectMask6cTarget(int index,
Mask6cTarget target) |
| Modifier and Type | Method and Description |
|---|---|
Mask6cTarget |
SelectMask6cParam.getTarget()
Returns the Target Flag of "Selection Mask".
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectMask6cParam.setTarget(Mask6cTarget target)
Set the Target Flag of "Selection Mask".
|
| Constructor and Description |
|---|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
<any> pattern)
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
java.lang.String pattern,
int length)
Creates an instance of the SelectMask6cParam class.
|
| Modifier and Type | Method and Description |
|---|---|
static Mask6cTarget |
Mask6cTarget.valueOf(int code) |
static Mask6cTarget |
Mask6cTarget.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mask6cTarget[] |
Mask6cTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Mask6cAction.toString(Mask6cTarget target) |